Greetings! A number of people want to be able to access the screen saver password from TPW. SSAVE.DLL makes it possible. There is only one function in it: EncryptString which will take a password and encrypt it in the same way Windows screen savers do. To see if the correct password has been entered, you need to encrypt what's been entered and compare. The encryption only works one way. The prototype for the function is procedure EncryptString (PW:PChar) and it is the only exported function in SSAVE.DLL. Hope this helps. -=- Jonathan